home *** CD-ROM | disk | FTP | other *** search
/ Delphi Magazine Collection 2001 / Delphi Magazine Collection 20001 (2001).iso / DISKS / Issue40 / Keystrok / KeyTst1U.dfm / KeyTst1U.txt
Encoding:
Text File  |  1998-10-05  |  1.6 KB  |  90 lines

  1. object Form1: TForm1
  2.   Left = 200
  3.   Top = 99
  4.   BorderStyle = bsSingle
  5.   Caption = 'Form1'
  6.   ClientHeight = 334
  7.   ClientWidth = 364
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   PixelsPerInch = 96
  13.   TextHeight = 13
  14.   object Bevel1: TBevel
  15.     Left = 8
  16.     Top = 128
  17.     Width = 345
  18.     Height = 195
  19.   end
  20.   object lblGangScreen: TLabel
  21.     Left = 144
  22.     Top = 18
  23.     Width = 90
  24.     Height = 13
  25.     Caption = 'Alt+DEVELOPERS'
  26.   end
  27.   object imgClipBoard: TImage
  28.     Left = 8
  29.     Top = 128
  30.     Width = 345
  31.     Height = 195
  32.     Stretch = True
  33.   end
  34.   object btnDelphi: TButton
  35.     Left = 8
  36.     Top = 8
  37.     Width = 75
  38.     Height = 25
  39.     Caption = '&Delphi'
  40.     TabOrder = 0
  41.     OnClick = btnDelphiClick
  42.   end
  43.   object edtGangScreen: TSpinEdit
  44.     Left = 104
  45.     Top = 13
  46.     Width = 29
  47.     Height = 22
  48.     MaxLength = 1
  49.     MaxValue = 6
  50.     MinValue = 1
  51.     TabOrder = 1
  52.     Value = 1
  53.     OnChange = edtGangScreenChange
  54.   end
  55.   object btnPrintScreen: TButton
  56.     Left = 8
  57.     Top = 48
  58.     Width = 75
  59.     Height = 25
  60.     Caption = '&Print Screen'
  61.     TabOrder = 2
  62.     OnClick = btnPrintScreenClick
  63.   end
  64.   object chkWholeScreen: TCheckBox
  65.     Left = 104
  66.     Top = 56
  67.     Width = 125
  68.     Height = 17
  69.     Caption = '&Capture whole screen'
  70.     TabOrder = 3
  71.     OnClick = chkWholeScreenClick
  72.   end
  73.   object Edit1: TEdit
  74.     Left = 104
  75.     Top = 88
  76.     Width = 121
  77.     Height = 21
  78.     TabOrder = 4
  79.   end
  80.   object btnCopyright: TButton
  81.     Left = 8
  82.     Top = 88
  83.     Width = 75
  84.     Height = 25
  85.     Caption = '&Copyright'
  86.     TabOrder = 5
  87.     OnClick = btnCopyrightClick
  88.   end
  89. end
  90.